bo: doc/kolab-formats .cvsignore,1.2,1.3 Makefile,1.4,1.5

cvs at intevation.de cvs at intevation.de
Thu Jul 15 10:06:27 CEST 2004


Author: bo

Update of /kolabrepository/doc/kolab-formats
In directory doto:/tmp/cvs-serv30495

Modified Files:
	.cvsignore Makefile 
Log Message:
Fix Makefile

Index: .cvsignore
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore	6 Jul 2004 11:00:13 -0000	1.2
+++ .cvsignore	15 Jul 2004 08:06:25 -0000	1.3
@@ -10,3 +10,4 @@
 CATALOG.local
 kolabformat
 kolabformat.rtf
+kolabformat.junk

Index: Makefile
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	12 Jul 2004 14:31:35 -0000	1.4
+++ Makefile	15 Jul 2004 08:06:25 -0000	1.5
@@ -16,7 +16,7 @@
 		commonfields.sgml notes.sgml contacts.sgml journals.sgml \
 		events.sgml tasks.sgml
 
-HTML_DST=	$(HTML_DEST_DIR)/index.html
+HTML_DST=	$(HTML_DEST_DIR)/book1.html
 PS_DST=		$(NAME).ps
 PDF_DST=	$(NAME).pdf
 RTF_DST=	$(NAME).rtf
@@ -37,16 +37,16 @@
 pdf: $(PDF_DST)
 rtf: $(RTF_DST)
 
-$(HTML_DST): $(SGML_SRC) $(INCLUDED_SRCS)
+$(HTML_DST): $(SGML_SRC) $(SOURCES)
 	$(HTML_CMD) $(SGML_SRC)
 
-$(PS_DST): $(SGML_SRC) $(INCLUDED_SRCS)
+$(PS_DST): $(SGML_SRC) $(SOURCES)
 	$(PS_CMD) $(SGML_SRC)
 
 $(PDF_DST): $(PS_DST)
 	$(PDF_CMD) $(PS_DST)
 
-$(RTF_DST): $(SGML_SRC) $(INCLUDED_SRCS)
+$(RTF_DST): $(SGML_SRC) $(SOURCES)
 	$(RTF_CMD) $<
 
 clean:





More information about the commits mailing list