Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9598ef0b
Commit
9598ef0b
authored
May 12, 2012
by
Glenn Morris
Browse files
* .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
parent
7d326a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
doc/misc/ChangeLog
doc/misc/ChangeLog
+2
-0
doc/misc/Makefile.in
doc/misc/Makefile.in
+3
-2
No files found.
doc/misc/ChangeLog
View file @
9598ef0b
2012-05-12 Glenn Morris <rgm@gnu.org>
* Makefile.in (mostlyclean): Add more TeX intermediates.
* Makefile.in: Make it look more like the other doc Makefiles.
Use explicit $srcdir in all dependencies.
Remove cd $srcdir from rules.
...
...
doc/misc/Makefile.in
View file @
9598ef0b
...
...
@@ -664,8 +664,9 @@ woman.pdf: ${srcdir}/woman.texi
.PHONY
:
mostlyclean clean distclean maintainer-clean
mostlyclean
:
rm
-f
*
.aux
*
.log
*
.toc
*
.cp
*
.cps
*
.fn
*
.fns
*
.ky
*
.kys
\
*
.op
*
.ops
*
.pg
*
.pgs
*
.tp
*
.tps
*
.vr
*
.vrs
rm
-f
*
.aux
*
.log
*
.toc
*
.c[mp]
*
.c[mp]s
*
.fn
*
.fns
\
*
.ky
*
.kys
*
.op
*
.ops
*
.p[gj]
*
.p[gj]s
*
.sc
*
.scs
\
*
.t[gp]
*
.t[gp]s
*
.vr
*
.vrs
rm
-f
gnustmp.
*
clean
:
mostlyclean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment