<p dir="ltr">You could try</p>
<p dir="ltr">make clean all<br>
(I believe that still works)</p>
<p dir="ltr">Make sure you dont have an instance of httpd running already, that has caused some issues to me in the past.</p>
<p dir="ltr">Sijis<br>
</p>
<div class="gmail_quote">On Nov 29, 2013 4:02 PM, &quot;Matthew Dittmer&quot; &lt;<a href="mailto:dittmer.matthew@gmail.com">dittmer.matthew@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thank you for the advice.  I didn&#39;t know that I could build just one<br>
language.  That will help in the future.  However, I still receive the<br>
same results.  I am not sure what changed.  Make use to work fine.  I<br>
did notice some improvement after a &quot;make clean&quot;.  It doesn&#39;t work as<br>
well as it use to, but this is better then nothing.  It must be<br>
something with my build environment.  If anyone has any further<br>
advice, I would appreciate it.<br>
<br>
Thank you,<br>
Matt<br>
<br>
On Fri, Nov 29, 2013 at 3:50 PM, Robert Mayr &lt;<a href="mailto:robyduck@fedoraproject.org">robyduck@fedoraproject.org</a>&gt; wrote:<br>
&gt; 2013/11/29 Matthew Dittmer &lt;<a href="mailto:dittmer.matthew@gmail.com">dittmer.matthew@gmail.com</a>&gt;:<br>
&gt;&gt; Elad,<br>
&gt;&gt;<br>
&gt;&gt; Thank you for the prompt reply.  I have been using &quot;make &amp;&amp; make test&quot;<br>
&gt;&gt; and it has been working fine.  Only in the last day it now builds a<br>
&gt;&gt; page that with the title &quot;Index of /&quot; and lists &quot;about.html.xx&quot; where<br>
&gt;&gt; &quot;xx&quot; is the language code in column.  This happens on all branches,<br>
&gt;&gt; even master.  Do you have any other suggestions?<br>
&gt;&gt;<br>
&gt;&gt; Thank you,<br>
&gt;&gt; Matt<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Nov 29, 2013 at 3:09 PM, Elad Alfassa &lt;<a href="mailto:elad@fedoraproject.org">elad@fedoraproject.org</a>&gt; wrote:<br>
&gt;&gt;&gt; make &amp;&amp; make test<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; it&#39;ll start a local webserver for testing on (iirc) port 5000.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Nov 29, 2013 at 11:06 PM, Matthew Dittmer<br>
&gt;&gt;&gt; &lt;<a href="mailto:dittmer.matthew@gmail.com">dittmer.matthew@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Team,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I noticed that make only gives me a page with links instead of the<br>
&gt;&gt;&gt;&gt; pages.  Do you have advice on how I can fix this issue?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thank you,<br>
&gt;&gt;&gt;&gt; Matt<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; websites mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:websites@lists.fedoraproject.org">websites@lists.fedoraproject.org</a><br>
&gt;&gt;&gt;&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/websites" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/websites</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; -Elad Alfassa.<br>
&gt;&gt; --<br>
&gt;&gt; websites mailing list<br>
&gt;&gt; <a href="mailto:websites@lists.fedoraproject.org">websites@lists.fedoraproject.org</a><br>
&gt;&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/websites" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/websites</a><br>
&gt;<br>
&gt; Hi Matt,<br>
&gt; you should be able to run all branches in a test instance. You need to<br>
&gt; be in the site directory you want to build, i.e. <a href="http://fedoraproject.org" target="_blank">fedoraproject.org</a>,<br>
&gt; and run:<br>
&gt; $ make test<br>
&gt;<br>
&gt; This will build all the languages, so it&#39;s rather long. As you&#39;re<br>
&gt; running a test instance and probably don&#39;t want to have all the<br>
&gt; languages, unless you want to fix translation issues, you can also<br>
&gt; build a single language, for example:<br>
&gt; $ make en test<br>
&gt;<br>
&gt; This will build the pages in english. To stop the instance, do:<br>
&gt; $ make stoptest<br>
&gt;<br>
&gt; See you.<br>
&gt;<br>
&gt; --<br>
&gt; Robert Mayr<br>
&gt; (robyduck)<br>
--<br>
websites mailing list<br>
<a href="mailto:websites@lists.fedoraproject.org">websites@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/websites" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/websites</a></blockquote></div>