diff options
author | 2015-02-19 11:56:59 +0100 | |
---|---|---|
committer | 2015-02-19 11:56:59 +0100 | |
commit | 969fcb163d541fa26f4600c6ae0bfe3d36309823 (patch) | |
tree | 951ca6aa2c90665dc75485349e2b80d4227a07a9 /Makefile | |
parent | 34b7db860cf55057eb3422192ec1c3d29330878d (diff) | |
download | newsboat-969fcb163d541fa26f4600c6ae0bfe3d36309823.tar.gz newsboat-969fcb163d541fa26f4600c6ae0bfe3d36309823.tar.zst newsboat-969fcb163d541fa26f4600c6ae0bfe3d36309823.zip |
generate documentation.r2.9
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -118,11 +118,11 @@ clean-librsspp: clean-libfilter: $(RM) $(FILTERLIB_OUTPUT) $(FILTERLIB_OBJS) -clean-doc: - $(RM) -r doc/xhtml - $(RM) doc/*.xml doc/*.1 doc/newsbeuter-cfgcmds.txt doc/podbeuter-cfgcmds.txt doc/newsbeuter-keycmds.txt +#clean-doc: +# $(RM) -r doc/xhtml +# $(RM) doc/*.xml doc/*.1 doc/newsbeuter-cfgcmds.txt doc/podbeuter-cfgcmds.txt doc/newsbeuter-keycmds.txt -clean: clean-newsbeuter clean-podbeuter clean-libbeuter clean-libfilter clean-doc clean-librsspp +clean: clean-newsbeuter clean-podbeuter clean-libbeuter clean-libfilter clean-librsspp $(RM) $(STFLHDRS) xlicense.h distclean: clean clean-mo test-clean @@ -160,7 +160,7 @@ uninstall: $(RM) -r $(DESTDIR)$(docdir) .PHONY: doc clean distclean all test test-rss extract install uninstall regenerate-parser clean-newsbeuter \ - clean-podbeuter clean-libbeuter clean-librsspp clean-libfilter clean-doc install-mo msgmerge clean-mo \ + clean-podbeuter clean-libbeuter clean-librsspp clean-libfilter install-mo msgmerge clean-mo \ test-clean config # the following targets are i18n/l10n-related: |