Skip to content

Commit

Permalink
Del 'clean'-mål i Makefile i to, 'distclean' og 'clean'.
Browse files Browse the repository at this point in the history
Flytt sletting av avledede PNG-bilder til distclean.
  • Loading branch information
petterreinholdtsen committed Apr 4, 2020
1 parent 09d7be1 commit eeebf21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ avledet/krav.tsv: kapitler/*.rst
.SUFFIXES: .rst .pdf .docx .puml .png .svg .epub

clean:
$(RM) $(IMG_PNG) docbook/[012]*.xml
$(RM) docbook/[012]*.xml

distclean: clean
$(RM) $(IMG_PNG)

docx-to-rst:
cd arkiv; for f in *.docx; do \
Expand Down

0 comments on commit eeebf21

Please sign in to comment.