File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -144,12 +144,15 @@ $(branch-output)/latex/%.tex:
144144 @echo [pdf]: pdf compilation of $@ , complete at ` date` .
145145
146146# ############ General purpose targets. Not used (directly) in the production build #############
147+ build-ephemera = $(output-tables ) $(output ) /makefile.* $(output ) /*.inv
147148clean :
148- -rm -rf $(output-tables ) $(branch-output ) /* build/makefile.*
149+ -rm -rf $(build-ephemera )
150+ clean-branch :
151+ -rm -rf $(build-ephemera ) $(branch-output ) /*
149152clean-public :
150- -rm -rf $(output-tables ) $(public-output ) /* build/makefile. *
153+ -rm -rf $(build-ephemera ) $(public-output ) /*
151154clean-all :
152- -rm -rf $(output-tables ) $(output ) /* build/makefile. *
155+ -rm -rf $(build-ephemera ) $(output ) /*
153156draft :draft-html
154157archive :$(public-output ) .$(timestamp ) .tar.gz
155158 @echo [$@ ]: created $< $@ .
You can’t perform that action at this time.
0 commit comments