Revised to fix gitignore issues

This commit is contained in:
Graham Nelson 2019-02-05 18:57:32 +00:00
parent d57a1dc13f
commit 7da4674a85
6 changed files with 20169 additions and 19 deletions

19
.gitignore vendored
View file

@ -1,18 +1,17 @@
# This gitignore was automatically written by inweb -gitignore
# and is not intended for human editing
debug-log.txt
Woven/
Tangled/
!Tangled/*.preform
Tests/intest-history.txt
Tests/Transient
Tests/hashes.intest
Tests/_Results_Actual
.DS_Store
Manual.html
!Tangled/inweb.c
debug-log.txt
Woven/
Tangled/inweb
Tangled/inweb_dev*
Tangled/inweb.o
Tests/intest-history.txt
Tests/Transient/
Tests/hashes.intest
Tests/_Results_Actual/
platform-settings.mk
foundation-module/Woven/
Examples/*.o

20150
Tangled/inweb.c Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,3 +9,4 @@ Tests/intest-history.txt
Tests/Transient/
Tests/hashes.intest
Tests/_Results_Actual/

View file

@ -1,11 +1,17 @@
{basics}
# Because inweb needs to be bootstrapped, we unusually preserve the current
# tangled C file in the repository:
.DS_Store
Manual.html
!Tangled/inweb.c
debug-log.txt
Woven/
Tangled/inweb
Tangled/inweb_dev*
Tangled/inweb.o
Tests/intest-history.txt
Tests/Transient/
Tests/hashes.intest
Tests/_Results_Actual/
platform-settings.mk
foundation-module/Woven/
Examples/*.o

View file

@ -10,9 +10,6 @@ SAFETYCOPY = $(ME)/Tangled/inweb_dev
all: $(ME)/platform-settings.mk $(ME)/Tangled/$(ME) $(ME)/Manual.html
$(ME)/platform-settings.mk:
$(error must first make macos, make windows, make linux, make unix, or make android)
$(ME)/Tangled/$(ME): $(ME)/Contents.w $(ME)/Chapter*/*.w $(ME)/foundation-module/Contents.w $(ME)/foundation-module/Chapter*/*.w
$(call make-me)

View file

@ -13,9 +13,6 @@ SAFETYCOPY = $(ME)/Tangled/inweb_dev
all: $(ME)/platform-settings.mk $(ME)/Tangled/$(ME) $(ME)/Manual.html
$(ME)/platform-settings.mk:
$(error must first make macos, make windows, make linux, make unix, or make android)
$(ME)/Tangled/$(ME): $(ME)/Contents.w $(ME)/Chapter*/*.w $(ME)/foundation-module/Contents.w $(ME)/foundation-module/Chapter*/*.w
$(call make-me)