X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=5e3ae26d11d89ea243ecf0f86344f39f6f691a17;hb=ba2cff154954c29cf8e8d60848c053d164bf7832;hp=d659d908e45aad561638d8f7617b30b3ed51c35a;hpb=b9c6589363f3a9b86fd64a96dfbafcdeb9f42c77;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index d659d908..5e3ae26d 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ authors: ### generate Doxygen documentation doxygen: clean @rm -rf doxygen - @( cat Doxyfile ; echo "PROJECT_NUMBER=`git describe`" ) | doxygen - + @doxygen Doxyfile ### generate HTML documentation from Markdown pages with MkDocs htmldoc: @@ -206,4 +206,4 @@ htmldoc: ### Generate Shaarli's translation compiled file (.mo) translate: - @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \; \ No newline at end of file + @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;