removed deprecated recipe from makefile & added readme
This commit is contained in:
		
							parent
							
								
									cb5aa87dc1
								
							
						
					
					
						commit
						57ead5b92b
					
				
							
								
								
									
										12
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Makefile
									
									
									
									
									
								
							| @ -5,19 +5,11 @@ RENDERS= ch1.html ch2.html ch3.html blog.html | |||||||
| 
 | 
 | ||||||
| html: $(RENDERS) | html: $(RENDERS) | ||||||
| 
 | 
 | ||||||
| $(RENDERS): %.html : %.txt | $(RENDERS): %.html : en/%.md | ||||||
| 	$(CC) $^ -o $@ | 	$(CC) $^ -o $@ | ||||||
| 
 | 
 | ||||||
| archive: | archive: | ||||||
| 	zip ./cephalon-stallman.zip ./Makefile ./ch*.txt | 	zip ./cephalon-stallman.zip ./Makefile ./en/ch*.md | ||||||
| 
 |  | ||||||
| neocities: |  | ||||||
| 	~/Documents/edit/neopublish.sh ch1.html > renders/ch1.html |  | ||||||
| 	~/Documents/edit/neopublish.sh ch2.html > renders/ch2.html |  | ||||||
| 	~/Documents/edit/neopublish.sh ch3.html > renders/ch3.html |  | ||||||
| 	~/Documents/edit/neopublish.sh blog.html > renders/blog.html |  | ||||||
| 	cd renders; \
 |  | ||||||
| 		python ~/Documents/edit/generate_neonav.py ./ch1.html ./ch2.html ./ch3.html ./blog.html |  | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 	rm $(RENDERS) | 	rm $(RENDERS) | ||||||
|  | |||||||
							
								
								
									
										20
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | |||||||
|  | 
 | ||||||
|  | # Cephalon Stallman | ||||||
|  | 
 | ||||||
|  | *Free software advocate Richard Stallman awakens as a cephalon in the Warframe universe.* | ||||||
|  | 
 | ||||||
|  | This repository tracks edits to the story and contains scripts used to export the story to different formats. | ||||||
|  | 
 | ||||||
|  | The story can be read, downloaded, or commented on at [Archive of Our Own](https://archiveofourown.org/works/31952035/chapters/79133395). | ||||||
|  | 
 | ||||||
|  | ## Requirements | ||||||
|  | 
 | ||||||
|  | Tools used are `make` and `pandoc`. | ||||||
|  | 
 | ||||||
|  | ## File and Directory Structure | ||||||
|  | 
 | ||||||
|  | The story is written in English originally. The files for the chapters are placed in `en/`. | ||||||
|  | 
 | ||||||
|  | The French translation is placed in `fr/`. | ||||||
|  | 
 | ||||||
|  | Any subsequent translations would be placed in a folder with a two-character name to indicate the language. | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user