~ubuntu-branches/ubuntu/raring/mailcrypt/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2010-04-14 12:57:48 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100414125748-11o34zfzy6153krw
Tags: 3.5.9-3
* Merge upstream changes
* Make build work without emacs (closes: 577380)
* Perform updates deferred until upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
# Where to put the Info files
18
18
infodir = @infodir@
19
 
INFOFILES = mailcrypt.info*
 
19
#INFOFILES = mailcrypt.info mailcrypt.info-1 mailcrypt.info-2
 
20
INFOFILES = mailcrypt.info
20
21
 
21
22
# Installation command
22
23
INSTALL = @INSTALL@
86
87
          $(INSTALL_DATA) $$f $(lispdir); \
87
88
        done;
88
89
 
 
90
# Make sure all installation directories actually exist
 
91
# by making them if necessary.
 
92
installdirs: mkinstalldirs
 
93
        $(srcdir)/mkinstalldirs $(lispdir) $(infodir)
 
94
 
89
95
# If your install-info doesn't know how to look inside the .info file for the
90
96
# menu entry to add, try adding
91
97
#   --entry="* Mailcrypt: (mailcrypt).       An Emacs/PGP interface"
124
130
html: mailcrypt_toc.html
125
131
 
126
132
mailcrypt_toc.html: mailcrypt.texi
127
 
        $(TEXI2HTML) --output=htmls -split_chapter $(srcdir)/mailcrypt.texi
 
133
        $(TEXI2HTML) --output=htmls --split_chapter $(srcdir)/mailcrypt.texi
128
134
 
129
135
TAGS: $(SOURCES)
130
136
        cd $(srcdir) && etags $(SOURCES)
132
138
clean:
133
139
        rm -f $(OBJECTS)
134
140
        -rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.toc *.tp *.vr
 
141
        -rm -f *.html
135
142
        -rm -rf htmls/
136
143
        rm -f TAGS
137
144
 
138
145
distclean: clean
139
146
        -rm -f *~ *.tar.gz
140
 
        -rm -f Makefile tests/Makefile tests/remailer/Makefile
 
147
        -rm -f Makefile config.status config.cache config.log timer.el
 
148
        -rm -f tests/Makefile tests/remailer/Makefile
141
149
        -rm -rf autom4te.cache
142
 
        -rm -f config.status config.cache config.log timer.el
143
150
        -rm -f *.info* *.dvi
144
151
 
145
152
${srcdir}/configure: configure.in