/[auctex]/auctex/doc/Makefile.in
ViewVC logotype

Diff of /auctex/doc/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by dak, Thu Feb 10 23:51:16 2005 UTC revision 1.24 by dak, Thu Apr 28 01:44:59 2005 UTC
# Line 1  Line 1 
 @SET_MAKE@  
1  prefix=@prefix@$(null)  prefix=@prefix@$(null)
2  datadir=@datadir@$(null)  datadir=@datadir@$(null)
3  packagedir=@packagedir@$(null)  packagedir=@packagedir@$(null)
# Line 17  MKINSTALLDIRS = ../mkinstalldirs Line 16  MKINSTALLDIRS = ../mkinstalldirs
16  DVIPS=@DVIPS@  DVIPS=@DVIPS@
17  TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \  TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \
18          changes.texi todo.texi faq.texi macros.texi quickstart.texi          changes.texi todo.texi faq.texi macros.texi quickstart.texi
19    DISTTEXTS = ../README ../INSTALL ../TODO ../INSTALL.windows ../FAQ ../CHANGES
20    
21  all: auctex.dvi tex-ref.dvi auctex.info  all: auctex.dvi tex-ref.dvi auctex.info
22    
23  dist: auctex.info INSTALL INSTALL.windows README CHANGES TODO FAQ \  dist: auctex.info INSTALL INSTALL.windows README CHANGES TODO FAQ \
24          html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf          html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
25    
26    .PHONY: all dist install disttexts clean distclean maintainer-clean
27    
28  html/auctex_toc.html: auctex.texi  html/auctex_toc.html: auctex.texi
29          rm -rf html          rm -rf html
30          mkdir html          mkdir html
# Line 49  auctex.ps: auctex.dvi Line 51  auctex.ps: auctex.dvi
51          $(DVIPS) auctex.dvi -Ppdf -o auctex.ps          $(DVIPS) auctex.dvi -Ppdf -o auctex.ps
52    
53  auctex.info: $(TEXIFILES)  auctex.info: $(TEXIFILES)
54          -$(MAKEINFO) auctex.texi          $(MAKEINFO) auctex.texi
55    
56    ../INSTALL: install.texi
57            $(MAKEINFO) -D rawfile --no-headers  \
58                    install.texi --output $@
59    
60    ../INSTALL.windows: wininstall.texi
61            $(MAKEINFO) -D rawfile --no-headers  \
62                    wininstall.texi --output $@
63    
64    ../README: intro.texi
65            $(MAKEINFO) -D rawfile --no-headers  \
66                    intro.texi --output $@
67    
68    ../CHANGES: changes.texi
69            $(MAKEINFO) -D rawfile --no-headers  \
70                    changes.texi --output $@
71    
72  INSTALL: install.texi  ../TODO: todo.texi macros.texi
73          -$(MAKEINFO) -D rawfile --no-headers --no-validate \          $(MAKEINFO) -D rawfile --no-headers  \
74                  install.texi --output INSTALL                  todo.texi --output $@
75    
76  INSTALL.windows: wininstall.texi  ../FAQ: faq.texi macros.texi
77          -$(MAKEINFO) -D rawfile --no-headers --no-validate \          $(MAKEINFO) -D rawfile --no-headers  \
78                  wininstall.texi --output INSTALL.windows                  faq.texi --output $@
79    
80  README: intro.texi  disttexts: $(DISTTEXTS)
         -$(MAKEINFO) -D rawfile --no-headers --no-validate \  
                 intro.texi --output README  
   
 CHANGES: changes.texi  
         -$(MAKEINFO) -D rawfile --no-headers --no-validate \  
                 changes.texi --output CHANGES  
   
 HISTORY: history.texi  
         -$(MAKEINFO) -D rawfile --no-headers --no-validate \  
                 history.texi --output HISTORY  
   
 TODO: todo.texi macros.texi  
         -$(MAKEINFO) -D rawfile --no-headers --no-validate \  
                 todo.texi --output TODO  
   
 FAQ: faq.texi macros.texi  
         -$(MAKEINFO) -D rawfile --no-headers --no-validate \  
                 faq.texi --output FAQ  
81    
82  install: auctex.info  install: auctex.info
83          -$(MKINSTALLDIRS) $(DESTDIR)$(infodir)          -$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
# Line 94  clean: Line 94  clean:
94          rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \          rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \
95                  *.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps \                  *.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps \
96                  *.fns *.vrs *.pgs *.tmp auctex.info auctex.info-* *.html \                  *.fns *.vrs *.pgs *.tmp auctex.info auctex.info-* *.html \
                 INSTALL INSTALL.windows README CHANGES HISTORY TODO FAQ  
97          rm -rf html          rm -rf html
98    
99  distclean: clean  distclean: clean
100          rm -f Makefile          rm -f Makefile
101    
102    maintainer-clean: distclean
103            rm -rf ../INSTALL INSTALL.windows README CHANGES HISTORY TODO FAQ
104    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26