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:
144
144
@echo [pdf]: pdf compilation of $@ , complete at ` date` .
145
145
146
146
# ############ General purpose targets. Not used (directly) in the production build #############
147
+ build-ephemera = $(output-tables ) $(output ) /makefile.* $(output ) /*.inv
147
148
clean :
148
- -rm -rf $(output-tables ) $(branch-output ) /* build/makefile.*
149
+ -rm -rf $(build-ephemera )
150
+ clean-branch :
151
+ -rm -rf $(build-ephemera ) $(branch-output ) /*
149
152
clean-public :
150
- -rm -rf $(output-tables ) $(public-output ) /* build/makefile. *
153
+ -rm -rf $(build-ephemera ) $(public-output ) /*
151
154
clean-all :
152
- -rm -rf $(output-tables ) $(output ) /* build/makefile. *
155
+ -rm -rf $(build-ephemera ) $(output ) /*
153
156
draft :draft-html
154
157
archive :$(public-output ) .$(timestamp ) .tar.gz
155
158
@echo [$@ ]: created $< $@ .
You can’t perform that action at this time.
0 commit comments