]> gitweb.ps.run Git - ps-cgit/blobdiff - Makefile
Fix doc-related glitches in Makefile and .gitignore
[ps-cgit] / Makefile
index 056d516101c575df9c8b6bc76df39b7b3d216ccc..9831bcf8b197d7aba383c7f5d6659ef668a33dcf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ clean: clean-doc
        rm -f cgit VERSION *.o *.d
 
 clean-doc:
-       rm -f cgitrc.5 cgitrc.5.xhtml cgitrc.5.pdf
+       rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo
 
 get-git:
        curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git