From f9acdc464ffba1c3b8f8215f271de4942ef2eac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Tue, 3 Jan 2006 12:42:29 +0000 Subject: [PATCH] moved target clean to doc-clean, to hold documentation files during a make clean oder make distclean git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@102 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- doc/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 93686d11..8cf7c670 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,8 +8,9 @@ geany.1: docbook-to-man ../debian/geany.sgml >geany.1 # docbook2man -o geany.1 ../debian/geany.sgml -geany.pdf: +pdf: jw -b pdf geany.docbook + mv geany.pdf geany-$(VERSION).pdf geany.txt: jw -b txt geany.docbook @@ -23,12 +24,12 @@ html/index.html: doc: geany.1 geany.txt html/index.html -clean: +doc-clean: rm -rf html/*.html rm -f html/geany.css rm -f geany.1 rm -f geany.txt - rm -f geany.pdf + rm -f *.pdf install-data-local: geany.1 geany.txt html/index.html $(mkinstalldirs) $(DOCDIR)/html/images