* [PATCH] remove wraiths of 2up from FAQ and .gitignore
@ 2015-10-30 9:37 SeongJae Park
2015-10-30 10:00 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2015-10-30 9:37 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, SeongJae Park
Output have unified to perfbook.pdf from the commit
0835aa627d2accb1f39c5584ddb693cf31c57db2 (Remove 2up from Makefile).
However, the wraiths of 2up still exist. This commit removes them from
FAQ and gitignore.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
.gitignore | 1 -
FAQ.txt | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 7c9c46f..5df1646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@ RCS
/Pieces
/.Detritus
/perfbook.ps
-/perfbook-2up.ps
perfbook_html/
!/todo.txt
diff --git a/FAQ.txt b/FAQ.txt
index 631e18c..a698d3d 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -1,7 +1,7 @@
1. OK, I have downloaded this stuff. What do I do now?
A. Type "make" from the top-level directory. If all goes
- well, this will produce a file named "perfbook-2up.pdf",
+ well, this will produce a file named "perfbook.pdf",
which prints two virtual pages per physical page.
2. The Makefile cannot find pdflatex. What is it and where can I
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] remove wraiths of 2up from FAQ and .gitignore
2015-10-30 9:37 [PATCH] remove wraiths of 2up from FAQ and .gitignore SeongJae Park
@ 2015-10-30 10:00 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2015-10-30 10:00 UTC (permalink / raw)
To: SeongJae Park; +Cc: perfbook
On Fri, Oct 30, 2015 at 06:37:16PM +0900, SeongJae Park wrote:
> Output have unified to perfbook.pdf from the commit
> 0835aa627d2accb1f39c5584ddb693cf31c57db2 (Remove 2up from Makefile).
> However, the wraiths of 2up still exist. This commit removes them from
> FAQ and gitignore.
>
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Good catch, applied, thank you!
Thanx, Paul
> ---
> .gitignore | 1 -
> FAQ.txt | 2 +-
> 2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 7c9c46f..5df1646 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -34,7 +34,6 @@ RCS
> /Pieces
> /.Detritus
> /perfbook.ps
> -/perfbook-2up.ps
> perfbook_html/
>
> !/todo.txt
> diff --git a/FAQ.txt b/FAQ.txt
> index 631e18c..a698d3d 100644
> --- a/FAQ.txt
> +++ b/FAQ.txt
> @@ -1,7 +1,7 @@
> 1. OK, I have downloaded this stuff. What do I do now?
>
> A. Type "make" from the top-level directory. If all goes
> - well, this will produce a file named "perfbook-2up.pdf",
> + well, this will produce a file named "perfbook.pdf",
> which prints two virtual pages per physical page.
>
> 2. The Makefile cannot find pdflatex. What is it and where can I
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-30 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 9:37 [PATCH] remove wraiths of 2up from FAQ and .gitignore SeongJae Park
2015-10-30 10:00 ` Paul E. McKenney
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.