build: Add `make reset-generated`
Signed-off-by: Simon McVittie <smcv@debian.org>master
parent
73cfa618b4
commit
3fe5d0acbf
|
@ -89,10 +89,12 @@ extra_clean: perl_shebangs_clean
|
||||||
rm -f *.man $(outprogs) ikiwiki.setup plugins/*.pyc
|
rm -f *.man $(outprogs) ikiwiki.setup plugins/*.pyc
|
||||||
$(MAKE) -C po clean
|
$(MAKE) -C po clean
|
||||||
|
|
||||||
# Joey uses this before committing.
|
reset-generated:
|
||||||
myclean: clean
|
|
||||||
git checkout po ikiwiki.spec
|
git checkout po ikiwiki.spec
|
||||||
|
|
||||||
|
# Joey uses this before committing.
|
||||||
|
myclean: clean reset-generated
|
||||||
|
|
||||||
underlay_install:
|
underlay_install:
|
||||||
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
|
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
|
||||||
set -e; \
|
set -e; \
|
||||||
|
|
Loading…
Reference in New Issue