slipstream
This commit is contained in:
parent
26a160819d
commit
e805a3f4de
@ -1,24 +1,24 @@
|
|||||||
This is free and unencumbered software released into the public domain.
|
Other than noted exceptions, this is free and unencumbered data
|
||||||
|
released into the public domain.
|
||||||
|
|
||||||
Anyone is free to copy, modify, publish, use, compile, sell, or
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||||
distribute this software, either in source code form or as a compiled
|
distribute this data, either in source code form or as a compiled
|
||||||
binary, for any purpose, commercial or non-commercial, and by any
|
binary, for any purpose, commercial or non-commercial, and by any
|
||||||
means.
|
means.
|
||||||
|
|
||||||
In jurisdictions that recognize copyright laws, the author or authors
|
In jurisdictions that recognize copyright laws, the author or authors
|
||||||
of this software dedicate any and all copyright interest in the
|
of this data dedicate any and all copyright interest in the data to the
|
||||||
software to the public domain. We make this dedication for the benefit
|
public domain. We make this dedication for the benefit of the public at
|
||||||
of the public at large and to the detriment of our heirs and
|
large and to the detriment of our heirs and successors. We intend this
|
||||||
successors. We intend this dedication to be an overt act of
|
dedication to be an overt act of relinquishment in perpetuity of all
|
||||||
relinquishment in perpetuity of all present and future rights to this
|
present and future rights to this data under copyright law.
|
||||||
software under copyright law.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
THE DATA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
OTHER DEALINGS IN THE DATA.
|
||||||
|
|
||||||
For more information, please refer to <http://unlicense.org/>
|
For more information, please refer to <http://unlicense.org/>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.POSIX:
|
.POSIX:
|
||||||
|
|
||||||
MAKE = make
|
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
generate: index.html subdirs
|
generate: index.html subdirs
|
||||||
@ -27,9 +26,10 @@ subdirs:
|
|||||||
$(MAKE) -C css
|
$(MAKE) -C css
|
||||||
$(MAKE) -C home
|
$(MAKE) -C home
|
||||||
$(MAKE) -C phones
|
$(MAKE) -C phones
|
||||||
|
$(MAKE) -C slipstream
|
||||||
$(MAKE) -C software
|
$(MAKE) -C software
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) index.html css/index.html home/index.html phones/index.html software/index.html
|
$(RM) index.html css/index.html home/index.html phones/index.html slipstream/index.html software/index.html
|
||||||
|
|
||||||
.PHONY: generate clean
|
.PHONY: generate clean
|
||||||
|
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
2
homepage/slipstream/Makefile
Normal file
2
homepage/slipstream/Makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
index.html: index.m4 ../head.m4 ../html.m4 ../navreturn.m4
|
||||||
|
m4 index.m4 >index.html
|
15
homepage/slipstream/index.m4
Normal file
15
homepage/slipstream/index.m4
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<HTML LANG="en">
|
||||||
|
define(`_TITLE', `slipstream')dnl
|
||||||
|
define(`_DESCRIPTION', `a love story')dnl
|
||||||
|
define(`_PAGE', `slipstream/')dnl
|
||||||
|
define(`_STYLE', `')dnl
|
||||||
|
include(`../html.m4')dnl
|
||||||
|
include(`../head.m4')dnl
|
||||||
|
<BODY>
|
||||||
|
include(`../navreturn.m4')dnl
|
||||||
|
<P>
|
||||||
|
_hyperlink(`slipstream.pdf', `PDF')
|
||||||
|
</P>
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
BIN
homepage/slipstream/slipstream.pdf
Normal file
BIN
homepage/slipstream/slipstream.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user