* doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 6 May 2006 18:34:45 +0000 (18:34 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 6 May 2006 18:34:45 +0000 (18:34 +0000)
  making the html

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4155 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/Makefile.in

index cbb4c38fc7945c27f098352df4cddf7647ee68d4..488f4db7b0065c8f4a8ff08b19dd8d2ef77bbb20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-05 Borut Razem <borut.razem AT siol.net>
+
+       * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
+         making the html
+
 2006-05-02 Borut Razem <borut.razem AT siol.net>
 
        * doc/Makefile.in: removed *.ind dependency since there is no rule to
index a628b05697d8eae1d2d742e68e671920a512e6b0..d9c7cdb17a8539637ebbc7fe8452331e387eb382 100644 (file)
@@ -2,11 +2,8 @@ VPATH  = @srcdir@
 srcdir = @srcdir@
 
 LYX        = @LYX@
-#LATEX      = @LATEX@
 LATEX2HTML = @LATEX2HTML@
 PDFLATEX   = @PDFLATEX@
-#DVIPDF     = @DVIPDF@
-#DVIPS      = @DVIPS@
 MAKEINDEX  = @MAKEINDEX@
 PDFOPT     = @PDFOPT@
 
@@ -32,7 +29,7 @@ install:
        if [ -f $(TSS).pdf                ]; then cp -rf $(TSS).pdf     $(DESTDIR)$(docdir); fi
        if [ -f $(CDB).pdf                ]; then cp -rf $(CDB).pdf     $(DESTDIR)$(docdir); fi
        rm -rf `find $(DESTDIR)$(docdir) -name .svn -type d`
-       rm -f $(DESTDIR)$(docdir)/*/WARNINGS $(DESTDIR)$(docdir)/*/*.pl $(DESTDIR)$(docdir)/*/images.*
+       rm -f $(DESTDIR)$(docdir)/*/images.*
 
 uninstall:
        rm -rf $(DESTDIR)$(docdir)
@@ -47,6 +44,7 @@ $(MANUAL).html/index.html: $(MANUAL).tex ;#$(MANUAL).ind $(MANUAL).glo
        touch $< -r $(basename $<).orig.tex # avoid warning that *.tex is newer than *.aux
        -$(LATEX2HTML) -split 5 -show_section_numbers -local_icons -info "" -dir $(MANUAL).html $(MANUAL)
        mv $(basename $<).orig.tex $<
+       rm -f $(MANUAL).html/WARNINGS $(MANUAL).html/labels.pl
 
 $(TSS).html/index.html: $(TSS).tex
        mkdir -p $(dir $@)
@@ -58,6 +56,7 @@ $(TSS).html/index.html: $(TSS).tex
        touch $< -r $(basename $<).orig.tex # avoid warning that *.tex is newer than *.aux
        -$(LATEX2HTML) -split 0 -local_icons -info "" -dir $(TSS).html $(TSS)
        mv $(basename $<).orig.tex $<
+       rm -f $(TSS).html/WARNINGS $(TSS).html/labels.pl
 
 $(CDB).html/index.html: $(CDB).tex
        mkdir -p $(dir $@)
@@ -69,6 +68,7 @@ $(CDB).html/index.html: $(CDB).tex
        touch $< -r $(basename $<).orig.tex # avoid warning that *.tex is newer than *.aux
        -$(LATEX2HTML) -split 0 -show_section_numbers -local_icons -info "" -dir $(CDB).html $(CDB)
        mv $(basename $<).orig.tex $<
+       rm -f $(CDB).html/WARNINGS $(CDB).html/labels.pl
 
 %.txt: %.lyx
        @# $(LYX) will export the file in the directory of the $(LYX) file