deleted "win" directory in the autotools config
This commit is contained in:
parent
a93ed43907
commit
aa33f98459
2 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ if USE_TUTORIAL
|
||||||
SUBDIRS_TUT = tutorial
|
SUBDIRS_TUT = tutorial
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = src doc contrib win $(SUBDIRS_APP) $(SUBDIRS_TUT) test
|
SUBDIRS = src doc contrib $(SUBDIRS_APP) $(SUBDIRS_TUT) test
|
||||||
|
|
||||||
|
|
||||||
# Directory for documents
|
# Directory for documents
|
||||||
|
|
|
||||||
|
|
@ -68,5 +68,4 @@ AC_OUTPUT(Makefile \
|
||||||
tutorial/Lesson4/Makefile \
|
tutorial/Lesson4/Makefile \
|
||||||
tutorial/Lesson5/Makefile \
|
tutorial/Lesson5/Makefile \
|
||||||
tutorial/Templates/Makefile \
|
tutorial/Templates/Makefile \
|
||||||
tutorial/pdf/Makefile \
|
tutorial/pdf/Makefile)
|
||||||
win/Makefile)
|
|
||||||
|
|
|
||||||
Reference in a new issue