Skip to content

Commit

Permalink
remove also docs on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Pacini committed May 13, 2009
1 parent caf3338 commit 8dbeaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,7 +45,7 @@ tags: src/*.erl
cd src/ && $(TAG_CMD) $(TAG_FLAGS) $(TAG_FILES)

clean:
rm -rfv rm ebin/*.beam test/src/*.beam test/ebin/*.beam conf/autom4te.cache conf/config.log conf/config.status conf/configure conf/include.mk
rm -rfv rm ebin/*.beam test/src/*.beam test/ebin/*.beam conf/autom4te.cache conf/config.log conf/config.status conf/configure conf/include.mk doc/*.html doc/*.css doc/*.png doc/edoc-info

package: clean
@mkdir sgte-$(VERSION)/ && cp -rf _build.cfg CHANGELOG ebin conf doc Makefile sgte.pub src test sgte-$(VERSION)
Expand Down

0 comments on commit 8dbeaff

Please sign in to comment.