copy UML diagram
This commit is contained in:
parent
6d46a77d45
commit
b8ae8e9c9d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -53,6 +53,6 @@ clean: pdf-clean
|
|||
archive: pdf-make
|
||||
$(MKDIR) "$(ARCHIVE_DIR)"
|
||||
$(CP) "$(SRC_DIR)" "$(INC_DIR)" Makefile README.md "$(wildcard $(PDF_DIR)/*.pdf)" \
|
||||
"$(RES_DIR)" "$(ARCHIVE_DIR)"
|
||||
"$(RES_DIR)" "$(PDF_DIR)/imgs/DiagrammeUML.png" "$(ARCHIVE_DIR)"
|
||||
$(TAR) "$(ARCHIVE)" "$(ARCHIVE_DIR)"
|
||||
$(RM) "$(ARCHIVE_DIR)"
|
||||
|
|
Reference in a new issue